home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 7330 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  907 b 

  1. Path: druid.borland.com!usenet
  2. From: Jeff Jenkins <jjenkins@wpo.borland.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: BC++4.5 call ODBC Function
  5. Date: Thu, 22 Feb 1996 11:39:43 -0800
  6. Organization: Borland International
  7. Message-ID: <312CC67F.5E22@wpo.borland.com>
  8. References: <312CF7A3.D87@chevalier.net>
  9. NNTP-Posting-Host: beastly.borland.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0b5 (Win95; I)
  14.  
  15. chengfam wrote:
  16. >   I want to call the various Databases through the BC++ 4.5. Is it
  17. > possible to call the ODBC functions through the ODBC DLL library 
  18. >files?
  19.  
  20. Sure.  Use the BDE (Borland Database Engine).  This allows you to make 
  21. ODBC calls, given you have the ODBC driver for the database you wish to 
  22. address.
  23.  
  24. This ships with BC++ 4.5x & Database Tools, as well as BC++5 & 
  25. DataBase Tools which has the new BDE 2.0 in it.
  26.  
  27. -- jrj
  28.